home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15318 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: malloc.h
  5. Date: 17 Apr 1996 22:27:45 -0700
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4l4jshINN8ro@keats.ugrad.cs.ubc.ca>
  8. References: <hartigan-1704961430130001@news.sonic.net> <17APR199622174354@erich.triumf.ca>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <17APR199622174354@erich.triumf.ca>,
  12. P.Bennett <bennett@erich.triumf.ca> wrote:
  13.  >In article <hartigan-1704961430130001@news.sonic.net>, hartigan@sonic.net (dennis hartigan) writes...
  14.  >>i have some source that i found and it includes a header file named
  15.  >><malloc.h>...i have 4 books on C, and not one of them mention this
  16.  >>header...can someone tell me what is in this prototype???
  17.  >
  18.  >Just a wild guess, but I might expect malloc.h to contain prototypes for
  19.  >malloc(), free(), etc.
  20.  
  21. The non-standard <malloc.h> header file is found on many  UNIX systems. It
  22. often declares non-standard functions related to gathering statistics about
  23. malloc, optimizing its performance, and debugging.
  24.